projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af2036
)
(mouse-sel-default-bindings): Use `other' widget
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:19:00 +0000
(09:19 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:19:00 +0000
(09:19 +0000)
type.
lisp/mouse-sel.el
patch
|
blob
|
history
diff --git
a/lisp/mouse-sel.el
b/lisp/mouse-sel.el
index d2c0a48fde2b6468f1ac6652327289c1e51ac63b..9f64d6bde1ac6b229cdae6b1a069d83b55b76fef 100644
(file)
--- a/
lisp/mouse-sel.el
+++ b/
lisp/mouse-sel.el
@@
-176,8
+176,8
@@
If nil, point will always be placed at the beginning of the region."
(defcustom mouse-sel-default-bindings t
"*Control mouse bindings."
:type '(choice (const :tag "none" nil)
- (const :tag "
default bindings" t
)
- (
const :tag "cut and paste" interprogram-cut-paste
))
+ (const :tag "
cut and paste" interprogram-cut-paste
)
+ (
other :tag "default bindings" t
))
:group 'mouse-sel)
;;=== User Command ========================================================